home *** CD-ROM | disk | FTP | other *** search
/ Internet News 2000 October / Internet News 2000-10 - CD-ROM.rar / IN200010.BIN / Tin / Win9x_NT / CM / Clubnet.exe / 1033 / RCDATA / CABINET / instcm.inf < prev    next >
INI File  |  1999-01-14  |  6KB  |  224 lines

  1. ; =============================================
  2. ; These are global settings for the whole file.
  3. ; =============================================
  4. [version]
  5. Signature = $chicago$
  6. AdvancedINF = 2.0
  7.  
  8. ; ---------------------------------------------------------
  9. ;  This is used to remove old CM (pre-1.2) installations
  10. ;  when we install cm1.2 so that the users machine
  11. ;  only has the newest cm bits on it in one place
  12. ; ---------------------------------------------------------
  13. [Remove]
  14. Cleanup=1
  15. SmartReboot = N
  16. CustomDestination = CustUnInstDestSection
  17. DelFiles = Remove.DelFiles, Remove.Readme, Remove.10.Sys
  18. DelReg = Remove.DelReg
  19. DelDirs=CleanDir
  20.  
  21. ; ---------------------------------------------
  22. ;  This is used to uninstall cm1.2 when it is
  23. ;  installed on a legacy machine
  24. ; ---------------------------------------------
  25. [1.2Legacy_Uninstall]
  26. Cleanup=1
  27. SmartReboot = N
  28. CustomDestination = CustLegacyUninst
  29. DelFiles = Remove.DelFiles
  30. DelReg = Remove.DelReg, Uninstall.DelReg
  31. DelDirs=CleanDir
  32.  
  33. ; -------------------------------------------------------------------
  34. ;   This is the install section for Connection Manager, notice
  35. ;   we have different sections for NT4 and win9x (NT5 uses the native
  36. ;   system bits).  We also have a section for both that is used by
  37. ;   the CMAK installer.
  38. ; -------------------------------------------------------------------
  39.  
  40. [DefaultInstall_NT]
  41. SmartReboot=N
  42. CopyFiles=Xnstall.CopyFiles.ICMFILES, Xnstall.CopyFiles.NT.ICMFILES
  43. AddReg=Xnstall.AddReg.ICM, Xnstall.AddReg.Uninstall
  44.  
  45. [DefaultInstall]
  46. SmartReboot=N
  47. CopyFiles=Xnstall.CopyFiles.ICMFILES, Xnstall.CopyFiles.W95.ICMFILES
  48. AddReg=Xnstall.AddReg.ICM, Xnstall.AddReg.Uninstall
  49.  
  50. [DefaultInstall_Both]
  51. SmartReboot=N
  52. CopyFiles=Xnstall.CopyFiles.ICMFILES, Xnstall.CopyFiles.W95.ICMFILES, Xnstall.CopyFiles.NT.ICMFILES
  53. AddReg=Xnstall.AddReg.ICM, Xnstall.AddReg.Uninstall
  54.  
  55. [Win95_SpecificFiles]
  56. SmartReboot=N
  57. CopyFiles=Xnstall.CopyFiles.W95.ICMFILES
  58.  
  59. [NT_SpecificFiles]
  60. SmartReboot=N
  61. CopyFiles=Xnstall.CopyFiles.NT.ICMFILES
  62.  
  63. ; -------------------------------------------------------------------
  64. ; These file sections are only to needed on certain downlevel platforms.
  65. ; They copy some needed system files.
  66. ; -------------------------------------------------------------------
  67. [Support_9x]
  68. SmartReboot=N
  69. CopyFiles=Xnstall.WinInet, Xnstall.Win9x
  70.  
  71. [Support_NT]
  72. SmartReboot=N
  73. CopyFiles=Xnstall.WinInet
  74.  
  75. [CleanDir]
  76. %49000%
  77.  
  78. ; -------------------------------------------------------------------
  79. ; These are the files which are deleted during uninstall.
  80. ; -------------------------------------------------------------------
  81. [Remove.DelFiles]
  82. cmmgr32.exe
  83. cmmgr32.hlp
  84. cmpbk32.dll
  85. cmdial32.dll
  86. cmdl32.exe
  87. mbslgn32.dll
  88. icwscrpt.exe
  89. cmmgr32.gid
  90. msdun12.exe
  91. cnet16.dll
  92. cnetcfg.dll
  93. ccfg95.dll
  94. ccfgnt.dll
  95. cmcfg32.dll
  96. cmmon32.exe
  97. cmutil.dll
  98. addconn.dll
  99. remconn.exe
  100. cmstats.dll
  101.  
  102. [Remove.10.Sys]
  103. uninstcm.inf
  104. showicon.exe
  105.  
  106. [Remove.Readme]
  107. readme.txt
  108.  
  109. ; -------------------------------------------------------------------
  110. ; These are the registry delete sections.
  111. ; -------------------------------------------------------------------
  112. [Remove.DelReg]
  113. "HKLM", "%UninstallPath%\%AppTitle%"
  114.  
  115. [Uninstall.DelReg]
  116. "HKLM", "%AppPath%"
  117. "HKLM", "%cmPath%", "%CompChecked%"
  118. "HKCR", ".pbr"
  119. "HKCR", ".pbk"
  120. "HKCR", "%AppName%"
  121.  
  122. ; -------------------------------------------------------------------
  123. ; These are the install file copy sections.
  124. ; -------------------------------------------------------------------
  125. [Xnstall.CopyFiles.ICMFILES]
  126. cmmgr32.exe, , , 32
  127. cmmgr32.hlp, , , 32
  128. cmpbk32.dll, , , 32
  129. cmdial32.dll, , , 32
  130. cmdl32.exe, , , 32
  131. mbslgn32.dll, , , 32
  132. cnetcfg.dll, , , 32
  133. cmmon32.exe, , , 32
  134. cmutil.dll, , , 32
  135. instcm.inf, , , 32
  136. cmcfg32.dll, , , 32
  137. cmstp.exe, , , 32
  138.  
  139. ; don't copy icwscrpt.exe if it already exists
  140. [Xnstall.CopyFiles.W95.ICMFILES]
  141. icwscrpt.exe, , , 16
  142. cnet16.dll, , , 32
  143. ccfg95.dll, , , 32
  144.  
  145. [Xnstall.CopyFiles.NT.ICMFILES]
  146. ccfgnt.dll, , , 32
  147.  
  148. [Xnstall.WinInet]
  149. wininet.dll, wininet.old, , 32
  150.  
  151. [Xnstall.Win9x]
  152. comctl32.dll, comctl32.old, , 32
  153. advapi32.dll, advapi32.old, , 32
  154. rnaph.dll, rnaph.old, , 32
  155.  
  156. ; -------------------------------------------------------------------
  157. ; These are the install registry sections
  158. ; -------------------------------------------------------------------
  159.  
  160. [Xnstall.AddReg.Uninstall]
  161. "HKLM", "%UninstallPath%\%AppTitle%", "DisplayName", "", "Microsoft %AppTitle%"
  162. "HKLM", "%UninstallPath%\%AppTitle%", "UninstallString", "", "%11%\cmstp.exe /x %11%\instcm.inf"
  163.  
  164. [Xnstall.AddReg.ICM]
  165. "HKCR", ".pbk", "", "", "%PhoneName%"
  166. "HKCR", ".pbr", "", "", "%RegionName%"
  167. "HKLM", "%AppPath%", "", "", "%11%\CMMGR32.EXE"
  168. "HKLM", "%AppPath%", "Path", "", "%11%"
  169. HKLM, "%AppPath%", "CMInternalVersion", 0, "1.2"
  170.  
  171. ; -------------------------------------------------------------------
  172. ; These are the directory specifications.
  173. ; -------------------------------------------------------------------
  174.  
  175. [CustUninstDestSection]
  176. 49000,49001,49002,49003 = IConnMgrLDIDSection, 5
  177.  
  178. [IConnMgrLDIDSection]
  179. "HKLM", "%AppPath%", "OldPath", "%UpdatePrompt%", ""
  180. "","","","",""
  181.  
  182. [CustLegacyUninst]
  183. 49000,49001,49002,49003 = CustLegacyUninstSection, 5
  184.  
  185. [CustLegacyUninstSection]
  186. "HKLM", "%AppPath%", "Path", "", ""
  187. "","","","",""
  188.  
  189. [DestinationDirs]
  190. Remove.DelFiles = 49000
  191. Remove.Readme = 49000
  192. Remove.10.Sys = 11
  193. Xnstall.CopyFiles.ICMFILES=11
  194. Xnstall.CopyFiles.W95.ICMFILES=11
  195. Xnstall.CopyFiles.NT.ICMFILES=11
  196. Xnstall.WinInet=11
  197. Xnstall.Win9x=11
  198.  
  199.  
  200. [SourceDisksNames]
  201. 55 = , , 0
  202.  
  203. [SourceDisksFiles]
  204.  
  205. ; ==================
  206. ; These are strings.
  207. ; ==================
  208.  
  209. [Strings]
  210. ; These are the non-localizable strings...
  211. cmPath = "SOFTWARE\Microsoft\Connection Manager"
  212. CompChecked = "ComponentsChecked"
  213. AppPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CMMGR32.EXE"
  214. UninstallPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
  215. AppTitle = "Connection Manager"
  216.  
  217. ; ------------------------------------
  218. ; These are the localizable strings...
  219. ; ------------------------------------
  220.  
  221. PhoneName = "Phone Book"
  222. RegionName = "Region File"
  223. AppName = "Connection Manager Profile"
  224.